Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDiagramSurface<TItem,TItemCollection,TSelection> Class / Copy Method


In This Topic
    Copy Method (NDiagramSurface<TItem,TItemCollection,TSelection>)
    In This Topic
    Copies the specified items to the
    Syntax
    'Declaration
     
    
    Public MustOverride Function Copy( _
       ByVal items As NList(Of NDiagramItem) _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDiagramSurface(Of TItem,TItemCollection,TSelection)
    Dim items As NList(Of NDiagramItem)
    Dim value As System.Boolean
     
    value = instance.Copy(items)
    public abstract System.bool Copy( 
       NList<NDiagramItem> items
    )

    Parameters

    items
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also